[INFO] cloning repository https://github.com/boxboy523/world-sim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boxboy523/world-sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Fworld-sim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Fworld-sim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac71de4bbaad1ae8ff8d5a8b71cec41aef43bfd6
[INFO] fixing boxboy523/world-sim against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Fworld-sim" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/boxboy523/world-sim
[INFO] finished tweaking git repo https://github.com/boxboy523/world-sim
[INFO] tweaked toml for git repo https://github.com/boxboy523/world-sim written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/boxboy523/world-sim on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/boxboy523/world-sim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54
[INFO] running `Command { std: "docker" "start" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking world-sim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `stats`
[INFO] [stdout]  --> src/item/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod stats;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `stats`, create file "src/item/stats.rs" or "src/item/stats/mod.rs"
[INFO] [stdout]   = note: if there is a `mod stats` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `stats`
[INFO] [stdout]  --> src/item/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod stats;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `stats`, create file "src/item/stats.rs" or "src/item/stats/mod.rs"
[INFO] [stdout]   = note: if there is a `mod stats` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::data`
[INFO] [stdout]  --> src/item/mod.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::data::Prob;
[INFO] [stdout]   |            ^^^^ could not find `data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::data`
[INFO] [stdout]  --> src/item/mod.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::data::Prob;
[INFO] [stdout]   |            ^^^^ could not find `data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ThrowWeaponData` in module `weapon`
[INFO] [stdout]   --> src/item/mod.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ThrowWeapon(weapon::ThrowWeaponData),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/item/weapon.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct MeleeWeaponData {
[INFO] [stdout]    | -------------------------- similarly named struct `MeleeWeaponData` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 23 -     ThrowWeapon(weapon::ThrowWeaponData),
[INFO] [stdout] 23 +     ThrowWeapon(weapon::MeleeWeaponData),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Prob` in this scope
[INFO] [stdout]   --> src/item/weapon.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub quality: Prob,
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Atrribute` in this scope
[INFO] [stdout]   --> src/stats.rs:72:44
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Attribute {
[INFO] [stdout]    | -------------------- similarly named struct `Attribute` defined here
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub attributes: HashMap<AttributeType, Atrribute>,
[INFO] [stdout]    |                                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 72 -     pub attributes: HashMap<AttributeType, Atrribute>,
[INFO] [stdout] 72 +     pub attributes: HashMap<AttributeType, Attribute>,
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct CharacterStats<Atrribute> {
[INFO] [stdout]    |                          +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ThrowWeaponData` in module `weapon`
[INFO] [stdout]   --> src/item/mod.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ThrowWeapon(weapon::ThrowWeaponData),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/item/weapon.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct MeleeWeaponData {
[INFO] [stdout]    | -------------------------- similarly named struct `MeleeWeaponData` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 23 -     ThrowWeapon(weapon::ThrowWeaponData),
[INFO] [stdout] 23 +     ThrowWeapon(weapon::MeleeWeaponData),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Atrribute` in this scope
[INFO] [stdout]   --> src/stats.rs:72:44
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Attribute {
[INFO] [stdout]    | -------------------- similarly named struct `Attribute` defined here
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub attributes: HashMap<AttributeType, Atrribute>,
[INFO] [stdout]    |                                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 72 -     pub attributes: HashMap<AttributeType, Atrribute>,
[INFO] [stdout] 72 +     pub attributes: HashMap<AttributeType, Attribute>,
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct CharacterStats<Atrribute> {
[INFO] [stdout]    |                          +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mul`
[INFO] [stdout]  --> src/types.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{f32, ops::{Add, AddAssign, Mul, Sub, SubAssign}};
[INFO] [stdout]   |                                      ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mul`
[INFO] [stdout]  --> src/types.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{f32, ops::{Add, AddAssign, Mul, Sub, SubAssign}};
[INFO] [stdout]   |                                      ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `kind` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:30:20
[INFO] [stdout]    |
[INFO] [stdout] 30 |         match self.kind {
[INFO] [stdout]    |                    ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `kind` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:30:20
[INFO] [stdout]    |
[INFO] [stdout] 30 |         match self.kind {
[INFO] [stdout]    |                    ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/agent.rs:32:37
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 self.body.hunger += 0.5 * dt;
[INFO] [stdout]    |                                     ^^^^^^^^ expected `Amt`, found `f32`
[INFO] [stdout]    |
[INFO] [stdout] help: try wrapping the expression in `types::Amt`
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 self.body.hunger += types::Amt(0.5 * dt);
[INFO] [stdout]    |                                     +++++++++++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/agent.rs:32:37
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 self.body.hunger += 0.5 * dt;
[INFO] [stdout]    |                                     ^^^^^^^^ expected `Amt`, found `f32`
[INFO] [stdout]    |
[INFO] [stdout] help: try wrapping the expression in `types::Amt`
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 self.body.hunger += types::Amt(0.5 * dt);
[INFO] [stdout]    |                                     +++++++++++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |                     self.needs.energy -= 0.3 * dt;
[INFO] [stdout]    |                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |                     self.needs.energy -= 0.3 * dt;
[INFO] [stdout]    |                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     self.needs.energy -= 0.1 * dt;
[INFO] [stdout]    |                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |         if self.needs.energy <= 0.0 {
[INFO] [stdout]    |                 ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     self.needs.energy -= 0.1 * dt;
[INFO] [stdout]    |                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `needs` on type `&mut Agent`
[INFO] [stdout]   --> src/agent.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |         if self.needs.energy <= 0.0 {
[INFO] [stdout]    |                 ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `name`, `faction_id`, `current_sector_id`, `state`, `body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |         pain_factor: Mult(1.0),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         bleed_factor: Mult(0.0),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |         infection_chance: Rate(0.5),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 |         organ_hit_chance: Rate(0.0),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |         organ_hit_damage_mult: Mult(1.0),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pain_factor: Mult(0.6),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 |         bleed_factor: Mult(0.1),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |         pain_factor: Mult(1.0),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |         infection_chance: Rate(0.0),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         organ_hit_chance: Rate(0.4),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         bleed_factor: Mult(0.0),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:26:32
[INFO] [stdout]    |
[INFO] [stdout] 26 |         organ_hit_damage_mult: Mult(1.5),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pain_factor: Mult(0.2),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |         infection_chance: Rate(0.5),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 |         organ_hit_chance: Rate(0.0),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 |         bleed_factor: Mult(0.8),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:33:27
[INFO] [stdout]    |
[INFO] [stdout] 33 |         infection_chance: Rate(0.7),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |         organ_hit_damage_mult: Mult(1.0),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |         organ_hit_chance: Rate(0.9),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |         organ_hit_damage_mult: Mult(1.0),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pain_factor: Mult(0.6),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 |         bleed_factor: Mult(0.1),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |         infection_chance: Rate(0.0),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         organ_hit_chance: Rate(0.4),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:26:32
[INFO] [stdout]    |
[INFO] [stdout] 26 |         organ_hit_damage_mult: Mult(1.5),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |         pain_factor: Mult(0.2),
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 |         bleed_factor: Mult(0.8),
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:33:27
[INFO] [stdout]    |
[INFO] [stdout] 33 |         infection_chance: Rate(0.7),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |         organ_hit_chance: Rate(0.9),
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Rate(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields
[INFO] [stdout]   --> src/constant.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |         organ_hit_damage_mult: Mult(1.0),
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: constructor is not visible here due to private fields
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(f32);
[INFO] [stdout]    |                 ^^^ private field
[INFO] [stdout] help: consider making the field publicly accessible
[INFO] [stdout]   --> src/types.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Mult(pub f32);
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/stats.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn new() -> Self {
[INFO] [stdout]    |            ---      ^^^^ expected `CharacterStats`, found `()`
[INFO] [stdout]    |            |
[INFO] [stdout]    |            implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/stats.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn new() -> Self {
[INFO] [stdout]    |            ---      ^^^^ expected `CharacterStats`, found `()`
[INFO] [stdout]    |            |
[INFO] [stdout]    |            implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `effort`
[INFO] [stdout]   --> src/health.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn train(&mut self, effort: f32) {
[INFO] [stdout]    |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effort`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `effort`
[INFO] [stdout]   --> src/health.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn train(&mut self, effort: f32) {
[INFO] [stdout]    |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effort`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr_val`
[INFO] [stdout]   --> src/stats.rs:61:44
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn gain_xp(&mut self, amount: Amt, attr_val: Amt) {
[INFO] [stdout]    |                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr_val`
[INFO] [stdout]   --> src/stats.rs:61:44
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn gain_xp(&mut self, amount: Amt, attr_val: Amt) {
[INFO] [stdout]    |                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             AgentType::Human | AgentType::Animal => {
[INFO] [stdout]    |             ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             AgentType::Human | AgentType::Animal => {
[INFO] [stdout]    |             ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |             AgentType::Human | AgentType::Animal => {
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |             AgentType::Human | AgentType::Animal => {
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |             AgentType::Machine => {
[INFO] [stdout]    |             ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AgentType` in this scope
[INFO] [stdout]   --> src/agent.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |             AgentType::Machine => {
[INFO] [stdout]    |             ^^^^^^^^^ use of undeclared type `AgentType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0423, E0425, E0432, E0433, E0583, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0423, E0425, E0432, E0433, E0583, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `world-sim` (lib test) due to 32 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `world-sim` (lib) due to 32 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54", kill_on_drop: false }`
[INFO] [stdout] c0266276bca0a06132515bf7cd64bf5300b48cd92d0d6a18c1dbda4a16a1ba54
